.category-product-row-mobile
{
	display:none;
}
.category-product-row-mobile .category-products-grid {
	padding: 0;
}
.category-product-row-mobile .category-product-row {
	padding: 0;
}
.category-product-row-mobile .linked-category-product-description {
	/*padding: 0;*/
}
.category-product-row-mobile .category-product-description {
	padding: 0;
}
.category-product-row-mobile .category-product-add-to-cart {
	padding: 0;
}

.category-product-row
{
	border-top:0.1em solid #F9CD44;
	border-bottom:0em solid #F9CD44;
	min-height:4em;
}

.modal-dialog {
	z-index: 1045;
} 

#addToCartModal a
{
	text-decoration:underline;
}

@media screen and  (max-width: 960px)
{
	.top-nav {
		font-size: 0.95em;
	}
	
	.category-product-uom-mobile,.category-product-price-mobile,.category-product-extra-header-mobile, .linked-category-product-description .category-product-image
	{
		display:block;
	}
	.category-product-sku, .category-product-name
	{
		padding-left:0;
	}
	.category-product-uom,.category-product-price-default,.category-product-price-discount,.category-product-extra-header
	{
		display: none;
	}
	.table-responsive
	{
		display:none;
	}
	.category-product-row-mobile
	{
		display:block;
	}
	.show-more
	{
		height: 1.5em; 
		overflow:hidden;
	}
	.toggle-description-block
	{
		padding-top:1.5em;
		padding-bottom:1.5em;
		display: block;
	}
	.previous-category
	{
		min-height: 3em;
    	display: flex;
    	display: -webkit-box;
  		display: -moz-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
    	align-items: center;
	}
	.category-product-row
	{
		width: 100%;
	    /*margin-left: -1.5em;*/
	    display:flex;
	    display: -webkit-box;
  		display: -moz-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
	    align-items:center;
	}
	.linked-category-product-description
	{
		display: flex;
		display: -webkit-box;
	   	display: -moz-box;
	    display: -ms-flexbox;
	  	display: -webkit-flex;
    	align-items: center;
	}
	.category-title h1
	{
		font-size: 18px;
	    color: #000;
	    line-height: inherit;
	    background-image: none !important;
	}
	.category-description .category-image
	{
		width:80%;
		margin-left: auto;
		margin-right: auto;
	}
	.category-product-headers
	{
		display:none;
	}
	.filter-label
	{
  		width:100%;
	}
 	.search-term-filters
	{
		margin-left:0.5em;
	}
	#logon-app button, .logon-app button,
	{
    	background-color: #337ab7 !important;
   		border-color: #2e6da4 !important;
		margin-bottom: 1em;
	}
	.mobile-phone
	{
		display:block  !important;
	}
	.desktop-phone
	{
		display:none  !important;
	}
	.warehouse-locations a, .footer-links a
	{
		font-size:0.9em;
	}
}